home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / INSTNOT.RSP < prev    next >
Text File  |  1997-09-18  |  10KB  |  331 lines

  1.  
  2. ;***********************************************
  3. ;***********************************************
  4. ; INFORMATION ABOUT AUTOMATED INSTALL
  5. ;
  6. ; Automated install is a feature that allows 
  7. ; users to run the Install program for Windows 95
  8. ; or Windows NT without the user interface. This feature
  9. ; is particularly useful for system administrators
  10. ; who manage installs and upgrades for large groups of 
  11. ; users.
  12. ;
  13. ; System administrators use this feature by filling in 
  14. ; the fields in this response file (INSTNOT.RSP), and 
  15. ; then making this file available to end users. The
  16. ; information you supply in this file provides input 
  17. ; to the Install program so it can run without user 
  18. ; intervention.  You can maintain several response files
  19. ; for different configurations by saving them with 
  20. ; different names.
  21. ;
  22. ; NOTE: Only system administrators should edit this file.
  23. ; Individual users should use the response file provided
  24. ; to them by their system administrator.
  25. ;
  26. ; TO USE THE AUTOMATED INSTALL FEATURE:
  27. ;
  28. ; 1) Prepare the Response File:
  29. ;
  30. ;    a) Back up this file by copying it 
  31. ;       to a new name (INSTNOT.SAV, for example)
  32. ;       so you can start fresh at any time.
  33. ;    b) Each field in this file after the section THE
  34. ;       RESPONSE FILE STARTS HERE represents 
  35. ;       an install option. Specify a value for each 
  36. ;       field. Read the comments for each field
  37. ;       for information about legal values and
  38. ;       possible interactions with other fields.
  39. ; 2) Copy the Notes install files to a file server. 
  40. ; Rename the file LICENSE.TXT located
  41. ; in the root of the Notes install directory. For 
  42. ; example rename it to LICENSE.SAV.This
  43. ; prevents the display of the license agreement
  44. ; screen during the install.
  45. ; 3)Test your response file by running an install that 
  46. ;    uses this file as input. (See the command line 
  47. ;    information below). The Install program displays 
  48. ;    any errors that occur. Keep in mind that to run an 
  49. ;    automated shared (node) install you must do a file 
  50. ;    server install first, which we recommend doing 
  51. ;    manually. For information on manual file server 
  52. ;    installs, see "Enabling shared installs" in 
  53. ;    Chapter 2 of the Administrator's Guide.
  54. ; 4) Make the Response File Available to 
  55. ;    End Users. When your response file has no errors
  56. ;    and performs the install as you intended, make it 
  57. ;    available to your users with instructions about how
  58. ;    to run the Install program. You might want to tell 
  59. ;    them what command line to type, or you might choose 
  60. ;    a different method. The best distribution strategy 
  61. ;    depends on the tools you have available at your 
  62. ;    site.
  63. ; TO RUN AN AUTOMATED INSTALL:
  64. ; Choose Run from the Start menu (Windows 95) or
  65. ; File Run from the Windows Program Manager
  66. ; (Windows NT), and type the install command:
  67. ;
  68. ; <path>\install.exe /A <responsefilepath> [/U ["UserName"]] 
  69. ; [/O [<logfilepath>]] [/?]
  70. ;
  71. ; where:
  72. ;    <path> is the path to the install program
  73. ;         executable.
  74. ;    /A turns on the automated install feature.
  75. ;    <responsefilepath> is the location of this 
  76. ;         response file. Always specify the full 
  77. ;         path to this file.
  78. ;    [/U ["UserName"]] is an optional argument that 
  79. ;         allows you to specify a user name. This 
  80. ;         overrides any entry in the UserName field 
  81. ;         below. See the comments for the UserName field
  82. ;         for additional information.
  83. ;    [/O [<logfilepath>]] is an optional argument that 
  84. ;         allows you to log information about the 
  85. ;         automated install to the specified log file. 
  86. ;         If you don't use this argument, the log file
  87. ;         WINDOWS\LOTINST.LOG is used. 
  88. ;    /? brings up the command line usage message.
  89. ;
  90. ; For example, type the command
  91. ; N:\NOTES\INSTALL.EXE /A N:\TEMP\INSTNOT.RSP 
  92. ; [/O [C:\TEMP\LOGFILE.LOG]] 
  93. ;
  94. ;
  95. ; HINTS AND TIPS:
  96. ; Any line in this file that begins without a 
  97. ; semicolon (;) is an install field.
  98. ; Do not change the field names to the left 
  99. ; of the equal signs (=) in this file. 
  100. ; Changing the field names will cause errors.
  101. ;
  102. ; Do not remove fields from this
  103. ; file. Removing fields will
  104. ; cause errors.
  105. ;
  106. ; For details about install options, see the Install Guide
  107. ; for Workstations, the Install Guide for Servers, and 
  108. ; Chapter 2 of the Administrator's Guide.
  109. ;***********************************************
  110. ; THE RESPONSE FILE STARTS HERE:
  111. ;
  112. [User Registration]
  113. ; The [User Registration] section is for information 
  114. ;  about the end user of this copy of the product. 
  115. ; Type the user's name in the "UserName" field. 
  116. ; Type the company's name in the "CompanyName"
  117. ; field. This information will become a permanent part 
  118. ; of the user's copy of this program. If you do not 
  119. ; supply this information, the program will attempt 
  120. ; to find the user and company name from a previously 
  121. ; installed version of this program (if there is one), 
  122. ; or from the Windows registration information.
  123. ;
  124. ;***********************************************
  125. UserName = 
  126. CompanyName = 
  127. ;***********************************************
  128. ;
  129. [General Information]
  130. ; The [General Information] section specifies the
  131. ; type of install you want to perform and the program 
  132. ; group to which you want to add the product icon.
  133. ;
  134. ; Use the "InstallType" field to specify the kind of 
  135. ; install you want to perform. 
  136. ;
  137. ;   1 Standalone install--to do a workstation or 
  138. ;     server install
  139. ;   2 File server install--to enable shared (node) 
  140. ;     installs (NOT RECOMMENDED)
  141. ;   3 Distribution install--to enable installs from a 
  142. ;     network file server
  143. ;   4 Node install--to do a shared (node) install; 
  144. ;     requires that you do a file server install first, 
  145. ;     which we recommend doing manually.
  146. ;
  147. ;
  148. ;***********************************************
  149. InstallType = 1
  150. ;***********************************************
  151. ;
  152. ; Use the "ProgramGroup" field to name the program 
  153. ; group to which you want to add this product's icon. 
  154. ; This field is only used for InstallType 1, 
  155. ; 2 (not recommended), or 4 on Windows NT. It is not 
  156. ; used on Windows 95.
  157. ;
  158. ;***********************************************
  159. ProgramGroup = Lotus Applications    
  160. ;***********************************************
  161. ;
  162. ; Use the "StartmenuFolder" field to name the folder 
  163. ; to which you want to add this product's icon. 
  164. ; This field is only used for InstallType 1, 
  165. ; 2 (not recommended) or 4 on Windows 95. It is not 
  166. ; used on Windows NT.
  167. ;
  168. ;***********************************************
  169. StartmenuFolder = Lotus Applications 
  170. ;***********************************************
  171. ;
  172. [NOT]
  173. ; The [NOT] section provides information about Notes 
  174. ; directories. 
  175. ;
  176. ; Use the "NOTDIR" field to select the drive and 
  177. ; directory where you want to install Notes. 
  178. ;
  179. ; Use the "NOTWORKDIR" field to select the drive 
  180. ; and directory you want to set for the Notes Data
  181. ; folder. 
  182. ;
  183. ;NOTE:
  184. ; For InstallType 2 (not recommended) or 4, the 
  185. ; NOTWORKDIR and NOTDIR fields must be set to the same 
  186. ; location. 
  187. ;
  188. ; Leave the BASEDIR field as is.
  189. ;
  190. ;************************************************
  191. BASEDIR = c:\lotus
  192. NOTDIR = c:\Notes
  193. NOTWORKDIR = c:\Notes\Data
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205. ;***********************************************
  206. ;
  207. ; Use the "SizeOfInstall" field to specify the
  208. ; size of the Notes install:
  209. ;      1 Notes Designer for Domino install using default features
  210. ;      2 Workstation install using default features
  211. ;      3 Customized Workstation install
  212. ; This field is ignored for InstallType = 3.
  213.  
  214. ;***********************************************
  215. SizeOfInstall = 2
  216. ;***********************************************
  217. ;
  218. ;
  219. ;
  220. [CustomizeNOT]
  221. ; The [CustomizeNOT] section lets you select which 
  222. ; features you want to install. This section is 
  223. ; only used if the "SizeOfInstall" field in the [NOT] 
  224. ; section is set to 3 (custom install). To prevent an 
  225. ; option from being installed, set its field to 0. For 
  226. ; details on these custom install options, see the 
  227. ; Install Guide for Servers and the Install Guide for 
  228. ; Workstations.
  229. ;
  230. ;***********************************************
  231. ;
  232. ; Notes Workstation
  233. NOTESPROGRAM = 1
  234. ;
  235. ; Additional Dictionaries
  236. NOTESINTLDIC = 0
  237. ;
  238.  
  239.  
  240.  
  241.  
  242. ;
  243. ; Personal data files
  244. NOTESPDATA = 1
  245. ;
  246. ; Additional templates
  247. NOTESTEMPLATE = 1
  248. ;
  249. ; Documentation databases
  250. NOTESDOCUMENT = 1
  251. ;
  252. ; Notes Release 4 Help
  253. NOTESHELP = 1
  254. ;
  255. ; Notes Help Lite
  256. NOTESHELPLITE = 1
  257. ;
  258. ; Attachment Viewer
  259. NOTESVIEWER = 1
  260. ;
  261. ; Java Support Files
  262. NOTESBROWSER = 1
  263. ;
  264. ; Notes Browser support files
  265. NOTESBROWSERSUPPORT = 0
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. ;
  303. ; Single Password Logon (Windows NT only)
  304. NOTESAUTOLOGON = 0
  305. ;
  306. ; Notes Designer ToolBox
  307. ; Provides Web preview capability, a brief Web design tutorial, 
  308. ; and a set of sample databases and templates useful in designing
  309. ; Web applications.
  310. WEBDESIGN = 0
  311. ;
  312. ;
  313. ; A series of databases which illustrate how to create different Web
  314. ; site layouts, use frames in Domino, create Web pages using the
  315. ; Designer or HTML, and more.
  316. ;
  317. WEBDESIGNDATA = 0
  318. ;
  319. ; A series of databases which illustrate how to create different Web
  320. ; site layouts, use frames in Domino, create Web pages using the
  321. ; Designer or HTML, and more.
  322. ;
  323. WEBDESIGNSAMPLE = 0
  324.  
  325. ;
  326. ; Notes Modem command scripts
  327. NOTESMODEMS = 1
  328.  
  329.  
  330.